home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / numarrays < prev    next >
Text File  |  2001-03-21  |  520b  |  20 lines

  1. Synopsis:
  2.    $numarrays()
  3.  
  4. Technical:
  5.    This function shows the total number of arrays created by $setitem().
  6.    It takes no arguments, and ignores any passed to it.
  7.  
  8. Practical:
  9.    This function is used to show how many arrays currently exist.  This
  10.    might be useful if the arrays were named in a sequential order, thus
  11.    allowing you to know what the next available number is.
  12.  
  13. Returns:
  14.    > 0   number of current arrays
  15.      0   no arrays found
  16.  
  17. See Also:
  18.    Arrays(7); getarrays(6); setitem(6)
  19.  
  20.